object AboutBox: TAboutBox Left = 290 Top = 135 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About UPI News Reader' ClientHeight = 255 ClientWidth = 289 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False ShowHint = True OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 3 Width = 273 Height = 244 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = True ParentFont = False TabOrder = 0 object ProductName: TLabel Left = 8 Top = 8 Width = 257 Height = 24 Alignment = taCenter AutoSize = False Caption = 'UPI News Reader' Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version1: TLabel Left = 8 Top = 32 Width = 257 Height = 20 Alignment = taCenter AutoSize = False Caption = 'Version 0.1' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 257 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Copyright ISS 1997-1998' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label4: TLabel Left = 8 Top = 56 Width = 257 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Internet Software Solution' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object DemoText: TLabel Left = 8 Top = 96 Width = 257 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Demo ' Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SrNum: TLabel Left = 8 Top = 112 Width = 257 Height = 16 Alignment = taCenter AutoSize = False Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 136 Width = 257 Height = 63 Caption = 'Contact Information' Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 8 Top = 24 Width = 172 Height = 13 Hint = 'Click To Send E-Mail' Caption = 'Sales: issonline@cybergs.com' Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Label1Click end object Label5: TLabel Left = 8 Top = 40 Width = 204 Height = 13 Hint = 'Click To Go To Web Site' Caption = 'http://www.cybergs.com/~issonline' Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Label5Click end end end object OKButton: TButton Left = 106 Top = 212 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end